home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 2001 May / SGI Freeware 2001 May - Disc 2.iso / dist / fw_libiconv.idb / usr / freeware / catman / u_man / cat1 / iconv.Z / iconv
Text File  |  2001-04-12  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. ICONV(1)        Linux Programmer's Manual         ICONV(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        iconv - character set conversion
  9.  
  10. SSYYNNOOPPSSIISS
  11.        iconv [--ff _e_n_c_o_d_i_n_g] [--tt _e_n_c_o_d_i_n_g] [_i_n_p_u_t_f_i_l_e ...]
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.        The  iiccoonnvv  program  converts  text  from  one encoding to
  15.        another encoding.  More precisely, it  converts    ffrroomm  the
  16.        encoding    given for the --ff option    ttoo the encoding    given for
  17.        the --tt option. Either of    these encodings    defaults  to  the
  18.        encoding     of  the  current  locale. All the _i_n_p_u_t_f_i_l_es are
  19.        read and    converted in turn; if no _i_n_p_u_t_f_i_l_e is given,  the
  20.        standard     input    is used. The converted text is printed to
  21.        standard    output.
  22.  
  23.        The encodings permitted    are  system  dependent.     For  the
  24.        libiconv      implementation,   they   are     listed      in  the
  25.        iconv_open(3) manual page.
  26.  
  27. SSEEEE AALLSSOO
  28.        iiccoonnvv__ooppeenn(3), llooccaallee(7)
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. GNU            February 20, 2001            1
  65.  
  66.  
  67.